*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 24 Dec 2003 00:21:03 +0000 (00:21 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 24 Dec 2003 00:21:03 +0000 (00:21 +0000)
lisp/ChangeLog
src/ChangeLog

index fea0590447e136bdacbb25716b093ea02faad672..0acc3c26ab7e4da67f93f9aec3a010259470b35f 100644 (file)
@@ -1,3 +1,14 @@
+2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt
+       (instead of <SPACE>) to get the list of possible fringe modes.
+       (<SPACE> only works if both `partial-completion-mode' and
+       `completion-auto-help' are nil.)
+
+       * complete.el (PC-is-complete-p): delete.
+       (PC-do-completion): Replace all calls to `PC-is-complete-p' with
+       calls to `test-completion'.
+
 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
 
        * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
index b0b121fe5e5150d10ef442e58ad5102697d72d13..700f671ca0c452423fa5f8fe18bc5287f6d858c8 100644 (file)
@@ -1,6 +1,7 @@
 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
 
-       * fns.c (Frandom, Fstring_make_multibyte): Doc fixes.
+       * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
+       Doc fixes.
 
        * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
        and an integer.  Adapt the introductory comment accordingly.